home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 4 - Memnon.iso / pc / assets / scorp_postcards_send.dxr / 00020_backButton.ls < prev    next >
Encoding:
Text File  |  2002-03-25  |  297 b   |  21 lines

  1. global gNextMovie
  2.  
  3. on mouseEnter me
  4.   if sound(5).status = 0 then
  5.     sound(5).play(member("nav_bio_roll"))
  6.   end if
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(0)
  12. end
  13.  
  14. on mouseUp me
  15.   gNextMovie = "scorp_postcards"
  16.   clearECardPic()
  17.   sound(1).play(member("nav1"))
  18.   cursor(0)
  19.   go("trans")
  20. end
  21.